NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> Class Properties
In This Topic
For a list of all members of this type, see NDocumentView<TDoc,TDocContent,TDocFormat,TDocFormatRegistry,TDocLoadSettings,TDocSaveSettings> members.
Public Properties
| Name | Description |
| Content | A shortcut property that gets or sets the content inside the document displayed by this view. |
| DefaultSaveAsFileName | Gets/Sets the default file name used in Save As dialogs. By default set to "Document1.{ext}", where "{ext}" is the file extension of the default document format for this document view. It is determined by the Nevron.Nov.Dom.NDocumentFormatRegistry<TDocumentFormat>.DefaultFormatExtension property of this view's DocumentFormatRegistry. |
| Document | Gets or sets the document displayed by this view. |
| DocumentFormatRegistry | Must override to return the document format registry. |
| IsTaskInProgress | Determines whether a document view async task (LoadFromFileAsync, SaveToFileAsync etc.) is currently performed by the view. |
| Message | Gets or sets the message element. The message is automatically managed by Nevron via the ShowMessage and HideMessage methods. |
| ReadOnly | Gets or sets whether the user is able to modify the document visually. |
Top
See Also